Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
peopleperhour.com 🟡 2026-05-20
🔹 Full Database Extraction of UK Government's Individual Insolvency Register
👤 Client: 🇬🇧 United Kingdom Member since ****
💰 Price: $134
🚩 Problem: Extract and structure all current records from the UK Government's Individual Insolvency Register (IIR) into a structured Technical Manifest.
📦 Existing: Not specified
Specifications:
[Target] Extract personal details and case information for individuals under IVA, DRO, or Bankruptcy in England and Wales.
[Method] Scrape data from the UK Government's Individual Insolvency Register (IIR) via web interface due to lack of API.
[UI/UX] N/A
[Stack] Python preferred; HTML parsing libraries such as BeautifulSoup.
[Security] Ensure compliance with Open Government Licence v3.0 and avoid server overload through polite rate limiting.
[Format] Deliver data in CSV or Excel format, one row per record.
Workflow:
Identify common surnames and alphabetical letter combinations for systematic search iteration to ensure full coverage of all records on the register.
Cycle through identified terms and collect case detail URLs from paginated search results.
Deduplicate collected case URLs to avoid processing same record multiple times.
Visit each case detail page, parse HTML to extract required fields (personal details, address, date of birth, type of insolvency, arrangement date, firm managing the case).
Address parsing: Split 'Last known address' into Address Line 1, Address Line 2, City, and Postcode.
Compile extracted data into a single CSV or Excel file with one row per record.
Implement polite rate limiting to avoid overloading server.